type google.golang.org/grpc/stats.outgoingTagsKey

3 uses

	google.golang.org/grpc/stats (current package)
		stats.go#L240: type outgoingTagsKey struct{}
		stats.go#L251: 	return context.WithValue(ctx, outgoingTagsKey{}, b)
		stats.go#L277: 	b, _ := ctx.Value(outgoingTagsKey{}).([]byte)